GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / NewTag Method





In This Topic
NewTag Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function NewTag( _
   ByVal ParentTagID As Integer, _
   ByVal StructType As String _
) As Integer
public int NewTag( 
   int ParentTagID,
   string StructType
)
public function NewTag( 
    ParentTagID: Integer;
    StructType: String
): Integer; 
public function NewTag( 
   ParentTagID : int,
   StructType : String
) : int;
public: int NewTag( 
   int ParentTagID,
   string* StructType
) 
public:
int NewTag( 
   int ParentTagID,
   String^ StructType
) 

Parameters

ParentTagID
StructType
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members